/* bottom center */
#wowslider-container1  .ws_bullets {
    top: 5px;
    right: 10px;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
	top: 20px;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
	top: 20px;
}
/*For Mobile*/
@media screen and (min-width:450px) {
    #wowslider-container1 {
        /*	overflow: hidden; 
	zoom: 1; 
	position: relative; 
	width:1529px;
	height:729px;
	margin:0 auto 73px auto;
	z-index:100;*/
        background-image: url(./bg.png);
        display: none;
    }

    /*#wowslider-container1 .ws-title {
        position: absolute;
        bottom: 1490px;
        left: 510px;
        margin-right: 23px;
        width: 570px;
        z-index: 50;
        padding: 5px;
        color: #FFF;
        background: #b65252;
        font-family: Tahoma,Arial,Helvetica;
        font-size: 26px;
        text-align: center;
        opacity: 0.6;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    }

    #wowslider-container1 a.ws_next {
        background-position: 100% 0;
        right: -440px;
    }

    #wowslider-container1 a.ws_prev {
        left: 22px;
        background-position: 0 0;
    }*/
    h1, h2, h3, h4, h5, h6, .heading {
        margin: 0 0 20px 0;
        font-size: 2.5rem;
        line-height: normal;
        font-weight: normal;
    }

    .abcd {
        height: 520px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        background-image: url('/images/web banner.jpg');
    }

    #main_nav {
        display: none;
    }

    #Company_Intro {
        color: #FFFFFF;
        height: 60px;
    }

    #Company_Intro article p {
        margin: 10px 0 5px 0;
        padding: 0;
        font-size: 3rem;
    }

    .ProfileBar {
        display: block;
        position: relative;
        width: 100%;
        height: 740px;
        margin: 0;
        text-align: left;
        word-wrap: break-word;
    }

    #Intro_Sections {
        display: block;
        position: relative;
        margin: -180px 0 110px;
        z-index: 1;
        overflow: scroll;
        height: 119%;
    }

    .FindUsbar {
        display: block;
        position: relative;
        width: 100%;
        height: 408px;
        margin: 0;
        padding: 0;
        text-align: left;
        word-wrap: break-word;
    }

    .container {
        padding: 10px 0;
    }

    .Section_Heading {
        display: block;
        max-width: 55%;
        margin: 0 auto;
        text-align: center;
    }

    .one_quarter {
        width: 100%;
    }

    .kdg {
        padding-right: 27px;
    }

    .DirectorImage {
        width: 40%;
    }

    .DirectorBackgroundImage {
        height: 644.78px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        background-image: url('/images/web banner.jpg');
    }

    #DirectorPhoto {
	text-align: center;
	padding-left: 195px;
	padding-top: 23px;
    }

    .borderedbox {
        border: 1px solid;
        width: 480px;
        height: 310px;
    }

    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
        display: inline-block;
        float: left;
        margin: -20px 0 0 4.21052%;
        list-style: none;
    }

    .Pad {
        padding-top: 35px;
    }

    .Footer {
        height: 17.3%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        background-image: url('/images/web banner.jpg');
    }

    #footer {
        padding: 0px 0;
    }
}
/*For Monitor*/
@media screen and (min-width:1350px) {
    #wowslider-container1 {
        /*	overflow: hidden; 
	zoom: 1; 
	position: relative; 
	width:1529px;
	height:729px;
	margin:0 auto 73px auto;
	z-index:100;*/
        background-image: url(./bg.png);
        display: block;
        height: 720px;
    }

    #MobileBanner {
        display: none;
    }

    #main_nav {
        display: block;
    }
    .DirectorBackgroundImage {
        height: 570.78px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        background-image: url('/images/web banner.jpg');
    }	
    #DirectorPhoto {
	position: absolute;
	left:-780px;
	padding-left: 0px;
	padding-top: 0px;
    }

    #MissionMsg {
	position: absolute;
	right: -725px;
    }
}

#wowslider-container1 .ws_frame {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 1503px;
    height: 703px;
    border: solid 8px black;
    z-index: 5;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

#wowslider-container1 .ws_shadow {
    width: 100%;
    background: url(./shadow.png) left 100%;
    height: 182px;
    position: absolute;
    left: 0;
    bottom: -73px;
    z-index: -1;
}

#wowslider-container1 .ws_images {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 1519px;
    height: 719px;
    overflow: hidden;
}

#wowslider-container1 .ws_images a {
    color: transparent;
}

#wowslider-container1 .ws_images img {
    top: 0;
    left: 0;
    border: none 0;
}
#wowslider-container1 .ws-title {
    position: absolute;
    bottom: 483px;
    left: 526px;
    margin-right: 23px;
    width: 570px;
    z-index: 50;
    padding: 5px;
    color: #FFF;
    background: #b65252;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 26px;
    text-align: center;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#wowslider-container1 a.ws_next {
    background-position: 100% 0;
    right: 3px;
}

#wowslider-container1 a.ws_prev {
    left: 7px;
    background-position: 0 0;
}

#wowslider-container1 a {
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container1 .ws_bullets {
    font-size: 0px;
    padding: 10px;
    float: left;
    position: absolute;
    z-index: 70;
}

#wowslider-container1 .ws_bullets div {
    position: relative;
    float: left;
}

#wowslider-container1 .ws_bullets a {
    margin: 0;
    width: 16px;
    height: 15px;
    background: url(./bullet.png) left top;
    float: left;
    text-indent: -1000px;
    position: relative;
}

#wowslider-container1 .ws_bullets a:hover {
    background-position: -16px 0;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
    background-position: right top;
}

#wowslider-container1 .ws_bullets a.ws_overbull {
    background-position: 50% top;
}

#wowslider-container1 .ws_bullets a:hover {
    background-position: 50% top;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -28px;
    z-index: 60;
    height: 56px;
    width: 29px;
    background-image: url(./arrows.png);
}

#wowslider-container1 .ws-title div {
    padding-top: 5px;
    font-size: 12px;
}

#wowslider-container1 .ws_bullets a img {
    text-indent: 0;
    display: block;
    top: 15px;
    left: -95px;
    visibility: hidden;
    position: absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}

#wowslider-container1 .ws_bullets a:hover img {
    visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
    height: 90px;
    overflow: visible;
    position: relative;
}

#wowslider-container1 .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 190px;
}

#wowslider-container1 .ws_bullets .ws_bulframe {
    display: none;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}

#wowslider-container1 .ws_bulframe span {
    display: block;
    position: absolute;
    top: -11px;
    margin-left: -5px;
    left: 95px;
    background: url(./triangle.png);
    width: 15px;
    height: 6px;
}

/*From Original*/
@charset "utf-8";

#head #logobar {
    margin: 22px 0 0 0;
}

#Company_Intro article {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;
}

#Company_Intro .heading {
    font-size: 5rem;
}

#Company_Intro footer {
    margin-top: 50px;
}

.container {
    padding: 80px 0;
}

    .container .content {
    }

.Section_Heading * {
    margin: 0;
}

#main_nav form * {
    transition: none !important;
}

nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main_nav {
    line-height: normal;
}

    #main_nav .dropdown::after, #main_nav li li .dropdown::after nav a::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        line-height: 10px;
    }

#main_nav {
}

    #main_nav ul {
        text-transform: uppercase;
    }

        #main_nav ul ul {
            position: absolute;
            width: 180px;
            text-transform: none;
            z-index: 9999;
        }

            #main_nav ul ul ul {
                left: 180px;
                top: 0;
            }

    #main_nav li {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0;
    }

        #main_nav li:last-child {
            margin-right: 0;
        }

        #main_nav li li {
            width: 100%;
            margin: 0;
        }

        #main_nav li a {
            display: block;
            padding: 30px 0;
        }

        #main_nav li li a {
            border: solid;
            border-width: 0 0 1px 0;
        }

    #main_nav .dropdown {
        padding-left: 15px;
    }

    #main_nav li li a, #main_nav li li .dropdown {
        display: block;
        margin: 0;
        padding: 10px 15px;
    }

        #main_nav li li .dropdown::after, #main_nav .dropdown::after {
            content: "\25bc";
        }

    #main_nav .dropdown::after {
        left: 4px;
        top: 35px;
    }

    #main_nav li li .dropdown::after {
        top: 15px;
        left: 5px;
    }

    #main_nav ul ul {
        visibility: hidden;
        opacity: 0;
    }

    #main_nav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    #main_nav form {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        #main_nav form select, #main_nav form select option {
            display: block;
            cursor: pointer;
            outline: none;
        }

        #main_nav form select {
            width: 100%;
            padding: 5px;
            border: 1px solid;
        }

            #main_nav form select option {
                margin: 5px;
                padding: 0;
                border: none;
            }

#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

    #gallery figure figcaption {
        display: block;
        width: 100%;
        clear: both;
    }

    #gallery li {
        margin-bottom: 30px;
    }

.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .faico li {
        display: inline-block;
        margin: 8px 5px 0 0;
        padding: 0;
        line-height: normal;
    }

        .faico li:last-child {
            margin-right: 0;
        }

    .faico a {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        text-align: center;
    }

    .faico a {
        color: inherit;
        background-color: rgba(255,255,255,.2);
    }

        .faico a:hover {
            color: #FFFFFF;
        }

.faicon-dribble:hover {
    background-color: #EA4C89;
}

.faicon-facebook:hover {
    background-color: #3B5998;
}

.faicon-google-plus:hover {
    background-color: #DB4A39;
}

.faicon-linkedin:hover {
    background-color: #0E76A8;
}

.faicon-twitter:hover {
    background-color: #00ACEE;
}

.faicon-vk:hover {
    background-color: #4E658E;
}


body {
    color: #A8A8A8;
    background-color: #202020;
}

a {
    color: #3A93F3;
}

    a:active, a:focus {
        background: transparent !important;
    }

hr, .borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

input:focus, textarea:focus, *:required:focus {
    border-color: #3A93F3 !important;
}

.Layout {
    color: #FFFFFF;
    background-color: inherit;
}

    .Layout::after {
        color: inherit;
        background-color: rgba(0,0,0,.55);
    }

    .Layout.light {
        color: #474747;
    }

        .Layout.light::after {
            background-color: rgba(255,255,255,.7);
        }

.imgover:hover::before {
    background-color: rgba(58,147,243,.3);
}

.imgover, .imgover:hover::after {
    color: #FFFFFF;
}


#head #logobar a {
    color: inherit;
}


#Intro_Sections {
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,.1);
}


#footer .heading {
    color: #FFFFFF;
}

#footer hr, #footer .borderedbox, #footer .linklist li {
    border-color: rgba(255,255,255,.1);
}

#footer input, #footer button {
    border-color: transparent;
}

#footer input {
    color: #FFFFFF;
    background-color: rgba(255,255,255,.2);
}

    #footer input:focus {
        background-color: #3A93F3;
    }

#footer button {
    color: #FFFFFF;
    background-color: #3A93F3;
}

    #footer button:hover {
        color: inherit;
        background-color: transparent;
        border-color: inherit;
    }

#main_nav li a {
    color: inherit;
}

#main_nav .active a, #main_nav a:hover, #main_nav li:hover > a {
    color: #022cf9;
    background-color: inherit;
}

#main_nav li li a, #main_nav .active li a {
    color: #FFFFFF;
    background-color: rgba(46, 184, 138, 0.5);
    border-color: rgba(58,147,243,.5); /* #3A93F3 */
}

#main_nav li li:hover > a, #main_nav .active .active > a {
    color: #FFFFFF;
    background-color: #3A93F3;
}

.container nav a {
    color: inherit;
    border-color: #D7D7D7;
}

    .container nav a:hover {
        color: #3A93F3;
    }

@-ms-viewport {
    width: device-width;
}

@media screen and (min-width:1260px) {
    .abc {
        max-width: 1260px;
    }
}

@media screen and (min-width:978px) and (max-width:1140px) {
    .abc {
        max-width: 95%;
    }
}

@media screen and (max-width:978px) {
    .abc {
        max-width: 90%;
    }

    #head {
        padding: 16px 0;
    }

        #head #logobar {
            margin-top: 0;
        }

    #main_nav {
    }

        #main_nav ul {
            display: none;
        }

        #main_nav form {
            display: block;
            margin-top: 2px;
        }

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    #footer {
    }

    #copyright {
    }

        #copyright p:first-of-type {
            margin-bottom: 10px;
        }
}

@media screen and (max-width:750px) {
    .float_lt, .float_rt {
        display: block;
        float: none;
    }

    .group .group > *:last-child, .remove .remove > *:last-child, .remove .group > *:last-child, .group .remove > *:last-child {
        margin-bottom: 0;
    }

    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
    }

    #head {
        text-align: center;
    }

        #head #logobar {
            margin: 0 0 15px 0;
        }

    #Company_Intro article {
        max-width: none;
    }

    #Company_Intro .heading {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    #Company_Intro article p:last-of-type {
        line-height: 1.4;
        font-size: 1.2rem;
    }

    .Section_Heading {
        max-width: none;
    }

    .standard-third > li {
        max-width: 348px;
    }
}

@media screen and (max-width:650px) {
    .font-medium {
        font-size: 1.6rem;
    }

    .font-large {
        font-size: 1.8rem;
    }
}


@charset "utf-8";

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6em;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.center {
    text-align: center;
}

.Space_Not {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Layout {
    position: relative;
    z-index: 1;
}

    .Layout::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

@keyframes slider {
    0% {
        background-image: url('/images/web banner.jpg');
    }

    70% {
        background-image: url('/images/store-1.jpg');
    }
}

.remove, .group {
    display: block;
}

    .remove::before, .remove::after, .group::before, .group::after {
        display: table;
        content: "";
    }

    .remove, .remove::after, .group, .group::after {
        clear: both;
    }

a {
    outline: none;
    text-decoration: none;
}

.float_lt {
    float: left;
}

.float_rt {
    float: right;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}


body, input, textarea, select {
    font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading {
    font-family: Arial, Helvetica, sans-serif;
}

    .heading.Space_Not {
        margin-bottom: 0;
    }

address {
    font-style: normal;
    font-weight: normal;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    border: solid;
    border-width: 1px 0 0 0;
}

.font-small {
    font-size: 1rem;
}

.font-medium {
    font-size: 2.2rem;
    line-height: normal;
}

.font-large {
    font-size: 3.2rem;
    line-height: normal;
}

.abc {
    display: block;
    margin: 0 auto;
}

.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
    display: inline-block;
    float: left;
    margin: 0 0 0 4.21052%;
    list-style: none;
}

.first {
    margin-left: 0;
    clear: left;
}

.one_third {
    width: 30.52631%;
}

.one_half, .two_quarter {
    width: 47.89473%;
}

.two_third {
    width: 65.26315%;
}

.three_quarter {
    width: 73.94736%;
}



.bottomspace-10 {
    margin-bottom: 10px;
}

.bottomspace-15 {
    margin-bottom: 15px;
}

.bottomspace-20 {
    margin-bottom: 20px;
}

.bottomspace-30 {
    margin-bottom: 30px;
}

.bottomspace-50 {
    margin-bottom: 50px;
}

.bottomspace-80 {
    margin-bottom: 80px;
}

.rightspace-5 {
    margin-right: 5px;
}

.rightspace-10 {
    margin-right: 10px;
}

.rightspace-15 {
    margin-right: 15px;
}

.rightspace-20 {
    margin-right: 20px;
}

.rightspace-30 {
    margin-right: 30px;
}

.insidespace-5 {
    padding: 5px;
}

.insidespace-10 {
    padding: 10px;
}

.insidespace-15 {
    padding: 15px;
}

.insidespace-20 {
    padding: 20px;
}

.insidespace-30 {
    padding: 30px;
}

/*Navigation Menu*/
.navigation {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation ul {
    position: relative;
    z-index: 500;
    float: left;
}

.navigation ul li {
    float: left;
    min-height: 0.05em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default;
}

.navigation ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 520;
    width: 100%;
}

.navigation ul ul li {
    float: none;
}

.navigation ul ul ul {
    top: 0;
    right: 0;
}


.navigation ul li:hover > ul {
    visibility: visible;
}

.navigation ul ul {
    top: 0;
    left: 99%;
}

.navigation ul li {
    float: none;
}

.navigation ul ul {
    margin-top: 0.05em;
}

.navigation {
    width: 13em;
    background: #333333;
    font-family: 'roboto', Tahoma, Arial, sans-serif;
    zoom: 2;
    position: fixed;
    z-index: 3;
    top: 10.5%;
}

.navigation:before {
    content: '';
    display: block;
}

.navigation:after {
    content: '';
    display: table;
    clear: both;
}

.navigation a {
    display: block;
    padding: 1em 1.3em;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation > ul {
    width: 13em;
}

.navigation ul ul {
    width: 13em;
}

.navigation > ul > li > a {
    border-right: 0.3em solid #34A65F;
    color: #ffffff;
}

.navigation > ul > li > a:hover {
    color: #ffffff;
}

.navigation > ul > li a:hover,
.navigation > ul > li:hover a {
    background: #34A65F;
}

.navigation li {
    position: relative;
}

.navigation ul li.has-sub > a:after {
    content: '�';
    position: absolute;
    right: 1em;
}

.navigation ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

.navigation ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.navigation ul ul {
    border: 1px solid #34A65F;
}

.navigation ul ul a {
    color: #ffffff;
}

.navigation ul ul a:hover {
    color: #ffffff;
}

.navigation ul ul li {
    border-bottom: 1px solid #0F8A5F;
}

.navigation ul ul li:hover > a {
    background: #4eb1ff;
    color: #ffffff;
}

.navigation.align-right > ul > li > a {
    border-left: 0.3em solid #34A65F;
    border-right: none;
}

.navigation.align-right {
    float: right;
}

.navigation.align-right li {
    text-align: right;
}

.navigation.align-right ul li.has-sub > a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after {
    content: none;
}

.navigation.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

.navigation.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.DropDownIcon {
    height: 150px;
    width: 150px;
    position: fixed;
    top: 21px;
    right: -15px;
}
/*End Navigation Menu*/